func runtime.getargp

3 uses

	runtime (current package)
		panic.go#L746: 		p.argp = unsafe.Pointer(getargp())
		panic.go#L843: 			p.argp = unsafe.Pointer(getargp())
		panic.go#L949: func getargp() uintptr {